home *** CD-ROM | disk | FTP | other *** search
- :Title=Anonymous unions don't compile
- :Priority=3 Major
- :Status=Resolved
- :Type=C++ Compiler
- :SubType=
- :Method=System Test
- :Property1=0
- :Property2=0
- :Property3=0
- :Property4=0
- :Originator=Tom Tester
- :Investigator=Dave Developer
- :Resolver=Dave Developer
- :Verifier=Tom Tester
- :OrigDate=04-Jun-95
- :EstInvHours= 1.0
- :ActInvHours= 0.0
- :EstResHours= 2.0
- :ActResHours= 2.0
- :EstVerHours= 1.0
- :ActVerHours= 0.0
- :ModDate=06-Aug-95
- Version: 4.135
-
- Anonymous unions don't compile. For example, the compiler generates an error message when compiling the following code.
-
- union
- {
- int i;
- float f;
- }
- ---------------------------------------------------------------------------
- 05-Jun-95 Assigned by Mien Manager
-
- ---------------------------------------------------------------------------
- 06-Jun-95 Resolved by Dave Developer
-
- Fixed in version: 4.140
-
- The problem is fixed
- I think.
-
- ---------------------------------------------------------------------------
- 06-Jun-95 Failed by Tom Tester
-
- Test version: 4.141
-
- The problem has been fixed for most cases. However if I do ... I can
- still make it happen.
-
- ---------------------------------------------------------------------------
- 06-Jun-95 Resolved by Dave Developer
-
- Fixed in version: 4.143 OK. Now its really fixed.
-
-
-